home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Programming / RJTextEd.exe / {app} / InstallData / Syntax / Bash.syx < prev    next >
Encoding:
Text File  |  2009-06-28  |  940 b   |  57 lines

  1. ;{}
  2.  
  3. [Keywords]
  4. Display Commands=echo|
  5. File Commands=cd|mkdir|rm|type|ls|mv|cp|cat|chmod|chown|less|touch|umount|mount|
  6. Flow Commands=break|do|exit|for|goto|if|set|fi|while|done|in|until|case|esac|
  7. Input Commands=read|
  8. Operators=date|not|time|-eq|-le|-lt|-ge|-gt|
  9. Process Commands=ps|top|kill|pidof|pstree|
  10. Other=set|export|eval|
  11.  
  12. [Options]
  13. LineCommentA=#
  14. Char='
  15. String="
  16. Escape=\
  17. Symbols=.(),-+=|\/{}[]:;<>
  18. Numbers=0123456789
  19. AutoCloseBraceStart=([`'
  20. AutoCloseBraceEnd=)]`'
  21. AutoCloseBlockStart={
  22. AutoCloseBlockEnd=}
  23.  
  24. [FoldOptions]
  25. List_Exclude=xxxxxxxx
  26.  
  27. [Fold]
  28. 1_Id=
  29. 1_Begin={
  30. 1_End=}
  31. 1_EndBefore="
  32. 1_Section=
  33. 1_NoParentOfId=0
  34. 1_ListItem=
  35. 2_Id=
  36. 2_Begin=do
  37. 2_End=done
  38. 2_EndBefore=
  39. 2_Section=
  40. 2_NoParentOfId=0
  41. 2_ListItem=
  42. 3_Id=
  43. 3_Begin=if
  44. 3_End=fi
  45. 3_EndBefore=
  46. 3_Section=
  47. 3_NoParentOfId=0
  48. 3_ListItem=
  49. 4_Id=
  50. 4_Begin=case
  51. 4_End=esac
  52. 4_EndBefore=
  53. 4_Section=
  54. 4_NoParentOfId=0
  55. 4_ListItem=
  56.  
  57.